home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-25 | 1.7 KB | 131 lines | [TEXT/MPS ] |
- #define SystemSevenOrLater 1
-
- #include "Types.r"
-
- resource 'DLOG' (128) {
- {40, 40, 147, 330},
- dBoxProc,
- visible,
- noGoAway,
- 0x0,
- 128,
- "",
- centerParentWindow
- };
-
- resource 'DLOG' (129) {
- {40, 40, 112, 324},
- dBoxProc,
- visible,
- goAway,
- 0x0,
- 129,
- "",
- centerParentWindow
- };
-
- resource 'DITL' (128) {
- { /* array DITLarray: 6 elements */
- /* [1] */
- {77, 221, 97, 279},
- Button {
- enabled,
- "OK"
- },
- /* [2] */
- {77, 153, 97, 211},
- Button {
- enabled,
- "Cancel"
- },
- /* [3] */
- {17, 123, 33, 277},
- EditText {
- enabled,
- ""
- },
- /* [4] */
- {46, 123, 62, 277},
- EditText {
- enabled,
- ""
- },
- /* [5] */
- {17, 15, 33, 114},
- StaticText {
- disabled,
- "Old Password:"
- },
- /* [6] */
- {46, 15, 62, 119},
- StaticText {
- disabled,
- "New Password:"
- }
- }
- };
-
- resource 'DITL' (130) {
- { /* array DITLarray: 2 elements */
- /* [1] */
- {67, 246, 87, 304},
- Button {
- enabled,
- "OK"
- },
- /* [2] */
- {9, 70, 60, 306},
- StaticText {
- disabled,
- "The current password you entered was inc"
- "orrect. Your password will remain uncha"
- "nged."
- }
- }
- };
-
- resource 'DITL' (129) {
- { /* array DITLarray: 4 elements */
- /* [1] */
- {44, 216, 64, 274},
- Button {
- enabled,
- "OK"
- },
- /* [2] */
- {44, 148, 64, 206},
- Button {
- enabled,
- "Cancel"
- },
- /* [3] */
- {13, 118, 29, 272},
- EditText {
- enabled,
- ""
- },
- /* [4] */
- {13, 10, 29, 114},
- StaticText {
- disabled,
- "New Password:"
- }
- }
- };
-
- resource 'ALRT' (130) {
- {47, 43, 142, 358},
- 130,
- { /* array: 4 elements */
- /* [1] */
- OK, visible, sound1,
- /* [2] */
- OK, visible, sound1,
- /* [3] */
- OK, visible, sound1,
- /* [4] */
- OK, visible, sound1
- },
- alertPositionParentWindow
- };
-